www.gusucode.com > XerCMS 携云PHP企业建站程序 v2015PHP源码程序 > XerCMS 携云PHP企业建站程序 v2015/XerCMS_v20150724/XerCMS_v20150724/Install/tpl/language.php

    <?php
/**
 * @name     XERCMS
 * @author   Arno <XerCMS@163.com> [QQ:1328013]
 * @version  1.0.0
 * @link     http://www.XerCMS.com
 */

!defined('XERCMS') && exit('Access Denied');
?>
<!DOCTYPE html><html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>XerCMS</title>
<script>var XERCMS = '<?php echo $urlpath;?>';</script>
<script src="<?php echo $urlpath;?>Assets/uekit/uekit-1.0.js"></script>
<script src="<?php echo $urlpath;?>Install/res/install.js"></script>
<link rel="stylesheet" href="<?php echo $urlpath;?>Install/res/install.css"/>
</head><body>
<div class="wrap" style="width:280px;"><br/><br/><br/>
<div >
    <div class="logo"><a href="http://www.xercms.com/" target="_blank"><img src="<?php echo $urlpath;?>Assets/images/logo.png" border="0" /></a></div>

请选择您要使用的语言:
&nbsp;&nbsp;&nbsp;<input type="button" class="but" onclick="location.href='?do=environment'" value="中文" style="width:80px;">
<!--
<input style="width:80px;" onclick="location.href='?do=environment&language=en'" type="button" class="but" value="English">
-->
<br/><br/><br/>
<div style="color:#333;text-align:center;font-size:10px;margin-right:40px;">© 2012-2017 XerCMS.com &nbsp;Powered By XerCMS!</div> 
</div>
</div>
</body></html>